func math/big.alias
22 uses
math/big (current package)
float.go#L1230: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
float.go#L1277: al := alias(z.mant, x.mant) || alias(z.mant, y.mant)
int.go#L320: if z == y || alias(z.abs, y.abs) {
int.go#L351: if z == y || alias(z.abs, y.abs) {
int.go#L586: if z == m || alias(z.abs, m.abs) {
nat.go#L368: func alias(x, y nat) bool {
nat.go#L414: if alias(z, x) || alias(z, y) {
nat.go#L563: if alias(z, x) {
nat.go#L706: if !alias(z, x) {
nat.go#L731: if !alias(z, x) {
nat.go#L898: if alias(z, limit) {
nat.go#L934: if alias(z, x) || alias(z, y) {
nat.go#L1356: if alias(z, x) {
nat.go#L1388: if alias(z, x) {
nat.go#L1396: if alias(z, y) {
natdiv.go#L506: if alias(z, u) {
natdiv.go#L609: if alias(z, u) {
rat.go#L309: if &z.a == b || alias(z.a.abs, babs) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |